********************************************************************************************************************

*** ReadMe.txt

*** Copyright (C) 2007 Oxford Semiconductor Inc.

*** Author: Nikhil Dubhashy

*** Contains notes to help user install the Gpio driver for the Expresso Family of PCIe devices.

********************************************************************************************************************

********************************************************************************************************************
How to install this driver:

1. Install Windows CE 5.00 Platform Builder (PB) to development PC. Make a note of the WinCE Root where the 
   Windows CE 5.00 is installed (generally C:\WINCE500)

2. Double click on the batch file "CopyDriverToWinceRoot.bat" to execute it. The user will be prompted to enter
   the WINCEROOT. This batch file will then copy all files and subdirectories of the Gpio driver to the WINCEROOT.  
   The follow directory structure or similar shall be seen after the execution of the batch file.
   
	C:\WINCE500\OXSEMI
	               |------GPIOs
	               |        |
	               |        |-----Gpio
		       |	|	|
		       |		|------<Gpio Driver Files>
	               |
		       |.....	

3. Launch Platform Builder and setup a new platform.

4. Click File->Manage Catalog Features to start Manage Catalog Features dialog

5. Click Import button to start Import Catalog Features dialog and import 
   the cec file gpiodriver.cec present in the "Gpio" folder in the structure
   shown above.

6. After importing the Gpio catalogue item, you should be able to see the 'gpio' feature in the list of catalog
   items. You will see it under "Third Party\device drivers\Gpio" folder in the catalog. 

6. Add "gpio" catalog item to the platform by right-clicking on it and selecting
   Add to OS Design

8. Start platform build process by clicking Build OS->Build and Sysg"

9. After a successful build, the item is ready to be used.

********************************************************************************************************************


